@charset "utf-8";
/* CSS Document */
/*******css重置*******/

*{margin: 0;padding: 0;text-decoration: none;list-style: none;box-sizing: border-box;font-family:"微软雅黑";}
.container{margin: 0 auto;max-width: 1230px;}

img{display: block;}
h1,h5,h2{font-size: 1em;}
.clearfix{clear: both;}

p{font-size: 14px;}

p img{max-width:800px;margin:0 auto;transition:0.5s;}
@media(max-width:500px){
	p img{width:100%;}
}

/****************************header*******************************/
.index-header{padding: 10px 0;background-color: #2d2c2a;}
.index-header .container{text-align: center;}
.index-header .container span{display: inline-block;color: #fff;font-size: 14px;line-height: 16px;padding-left: 26px;background: url(../upload/images/head-coin.png)left center no-repeat;background-size: auto 100%;}

@media(max-width:767px){
	.index-header{display: none;}
}

/****************************logo*******************************/
.index-logo{}
.logo{float: left;padding: 15px 0;width: 200px;}
.logo img{width: 100%;}


/***************************************************导航*****************************************************/
.nav{float: right; width: calc(100% - 300px);}
.nav li{float: left;line-height: 60px;width:calc(100% / 6);padding: 20px 0px;text-align: center;}
.nav a{font-size: 16px;color: #666;display: inline-block;font-weight: 400;text-align: center;}
.nav>li{position: relative;}
.nav-down-menu{position: absolute;left:0px;top:90px;clear: both;display:none;z-index: 99;background-color:#2f63b6;width:120px; }
.nav-down-menu a{font-size: 16px; color:#fff;display: block;text-align: center;line-height: 30px;padding: 5px 0;}
.navli-down-menu a{padding-left:25px;}

.nav-a{position: relative; z-index: 999;}

.nav li.on-top{background-color: #da251e;}
.nav li.on-top a{border-bottom: 2px solid #fff;color: #fff}
.nav li:hover{background-color: #da251e;}
.nav li:hover a{border-bottom: 2px solid #fff;color: #fff}
.nav-down-menu a:hover{color:#2f63b6; }
.nav li:hover .nav-down-menu {display: block;}

@media(max-width:1259px){ 
	.logo{width:180px;}
	.index-logo{background-size: 68% 100%;}
	.nav{width: calc(100% - 300px);}
	.nav-down-menu{width: 90px;}
	.nav li{line-height: 50px;}
}


@media(max-width:991px){
	.logo1{padding: 13px 0;}
	.logo{padding: 10px 0;}
	.index-logo{background: none;}
}

@media(max-width:767px){
	
	.logo{width: 160px;}
	.logo1{width: 300px;margin-left: 10px;padding: 18px 0 10px;}
	.logo1 span{font-size: 18px;line-height: 20px;height: 20px;}
	.logo1 div{font-size: 10px;}
}

@media(max-width:529px){
	.logo{width: 120px;}
}

@media(max-width:430px){
	.logo1{width: 100px;margin-left: 10px;padding: 10px 0 10px;}
	.logo1 span{width: 80px;font-size: 16px;line-height: 18px;height: 18px;}
	.logo1 div{width: 100px;}
}

.page-in-left strong{color:#d8323f;}

/**************************************************手机导航********************************************/

.nav-btn{float: right; display: none;padding: 30px 0;}
.nav-btn img{width:100%;}
.navli .nav-cn-en{overflow: hidden;background-color: #243c62;}
.navli .nav-cn-en a{display: block;color: #fff;float: left;width: 50%;border-right: 1px solid #131314;}
.navli>div:first-child{font-size: 18px;padding: 10px 0px;color: #999;font-weight: bold;text-align: center;}
.navli{position: fixed;right:-240px;top:0;text-align: left; z-index: 999;background-color: #333;width:240px;height: 100%;transition: all 0.5s;}
.navli a {font-size: 14px; color: white;line-height: 50px;display: block;padding-left:30px;padding-right: 10px;}
.navli li{background-color: #333;border-bottom: 1px solid #000;position: relative;}
.id-nav-tu{position: absolute;right: 0px;top: 0px;width: 50px;height: 50px;background: url(../upload/images/jiantou-nav.png)center no-repeat #243c62;background-size: 10px;transition: 1s;border-left: 2px solid #131314;opacity: 0.6}
.navli .navli-txt{overflow: hidden;padding: 10px 10px 10px 30px;background-color: #000;}
.navli-txt div:nth-child(1){float: left;font-size: 16px;color: #fff;}
.navli-txt div:nth-child(2){float: right;width: 16px;margin-top: 3px;}
.navli-txt div:nth-child(2) img{width: 100%;}

.navli-down-ser{display: none;background-color: #fff;z-index: 2;}
.navli-down-ser li{border-top: 1px solid #666;background-color: #131314;}

.navli>li:hover{background-color:rgba(96,96,96,0.90) }
.navli-down-ser li:hover{background-color:rgba(96,96,96,0.80)}
.navli .nav-cn-en a:hover{background-color: #1d66cf;}
.id-nav-tu:click{transform: rotate(90deg);transition: 1s;}

@media(max-width:991px){
	.nav-btn{display: block;}
	.nav{display: none;}
	
}
@media(max-width:767px){
	.nav-btn{padding: 20px 0;}
}
@media(max-width:529px){
	.nav-btn{padding: 15px 0;}
}



/*******************************banner*******************************/
.swiper-slide img{width: 100%;}


/*******************************index-title*******************************/
.index-title{margin-bottom: 50px;}
.index-title h1{margin: 0;font-size: 36px;line-height: 38px;margin-bottom: 10px;font-weight: bold;color: #333;text-align: center;}
.index-title div{font-size: 17px;color: #666;text-align: center;text-decoration: underline;}

@media(max-width:1259px){
	.index-title{margin-bottom: 40px;}
	.index-title h1{font-size: 32px;}
	.index-title div{font-size: 15px;}
}

@media(max-width:991px){
	.index-title h1{font-size: 28px;line-height: 30px;}
}
@media(max-width:767px){
	.index-title{margin-bottom: 30px;}
}

@media(max-width:529px){
	
}





/*******************************index-section*******************************/
.index-section{padding: 80px 0;}
.index-section1{padding-top: 80px;}

@media(max-width:1260px){
	.index-section{padding: 60px 0;}
	.index-section1{padding-top: 60px;}
}

@media(max-width:991px){
	.index-section{padding: 50px 0;}
	.index-section1{padding-top: 50px;}
	
}

@media(max-width:767px){
	.index-section{padding: 40px 0;}
	.index-section1{padding-top: 40px;}
}

@media(max-width:530px){
	.index-section{padding: 30px 0;}
	.index-section1{padding-top: 30px;}
}


/*******************************公司简介*******************************/
.index-company{margin-bottom: 60px;background:url(../upload/images/com-bg.jpg)center no-repeat;background-size: 100% 100%;}
.id-com-all{width: 40%;}
.id-com-en{font-size: 16px;line-height: 20px;margin-bottom: 10px; color: #999;text-align: left;display: inline-block;border-bottom: 1px solid #999;}
.id-com-tit{font-size: 40px;color: #444;line-height: 60px;margin-bottom: 40px;font-weight: bold;}
.id-com-txt{margin-bottom: 40px;}
.id-com-txt span{font-size: 15px;color: #777;line-height: 30px; display: block;text-indent: 30px;text-align: justify;}
.id-com-more{font-size: 15px;line-height: 36px; color: #fff; display: block;width: 160px;border: 1px solid #da251e;text-align: center;border-radius: 6px;background-color: #da251e;}

.id-com-more:hover{background-color: transparent;color: #da251e;}

@media(max-width:1259px){
	.id-com-tit{font-size: 30px;line-height: 40px;margin-bottom: 20px;}
	.index-company{margin-bottom: 40px;}
	
}

@media(max-width:991px){
	.id-com-all{width:100%;}
}

@media(max-width:767px){
	.id-com-tit{font-size: 28px;line-height: 36px;}
}

@media(max-width:529px){
	.id-com-tit{font-size: 26px;line-height: 34px;}
	.id-com-txt span{font-size: 14px;line-height: 26px;}
	.id-com-txt{margin-bottom: 20px;}
}

@media(max-width:420px){
	.id-com-tit{font-size: 24px;}
}



/*******************************index-middle*******************************/
.index-middle{padding: 40px 0;background-color: #015198;}
.id-middle-box{display: block;padding-left: 56px;background: url(../upload/images/tel.png)left center no-repeat;background-size: 46px auto;}
.id-middle-box span{font-size: 30px;color: #fff;display: block;font-weight: bold;letter-spacing: 1px;}
.id-mid-tit{font-size: 14px;line-height: 26px;height: 26px;overflow: hidden; color: #fff;letter-spacing: 1px;}

.id-middle-fix{position: relative;}
.id-middle-position{position: absolute;right: 0;bottom: 0;width: 54%;}
.id-middle-position img{width: 100%;}


@media(max-width:1259px){
	.id-middle-position{width: 58%;}
}

@media(max-width:991px){
	.id-middle-position{display: none;}
}

@media(max-width:767px){
	
}

@media(max-width:529px){
	.index-middle{padding: 30px 0;}
}

@media(max-width:420px){
	.id-middle-box span{font-size: 28px;}
}


/**************************************************产品展示******************************************/
.index-product{background: url(../upload/images/pro-bg.jpg)center no-repeat;background-size: 100% 100%;}
/*********产品展示-左**********/
.id-pro-left{float: left;width: 22%;margin-right: 3%;background-color: #fff;box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);}
.id-pl-tit{padding: 20px 0;text-align: center;}
.id-pl-tit1{display: inline-block;padding-left: 40px;background: url(../upload/images/pro-coin.png)left center no-repeat;background-size: 34px auto;}
.id-pl-tit1 h1{margin: 0;font-size: 30px; line-height: 30px;color: #333;font-weight: bold;text-align: center;}
.id-pl-tit1 span{margin-top: 10px;font-size: 14px; line-height: 14px;color: #999;text-align: center;display: block;text-decoration: underline;}

/*********产品展示-左产品链接**********/
.id-pro-nav{border-top:1px solid #dcdcdc;}
.id-pro-nav-first a{display: block;padding: 0 15px;overflow: hidden;}
.id-pl-nav-tit{font-size: 15px;color: #666; line-height: 50px;height: 50px;background-color: #fff;}
.id-pl-nav-titon{background-color: #015198;color: #fff;}

.id-pro-nav-ser{background-color: #dcdcdc;display: none;}
.id-pro-nav-ser a{font-size: 14px; line-height: 40px;height: 40px;color: #666;border-bottom: 1px dashed #666;padding-right: 50px;}
.id-pro-nav-ser a:last-child{border: none;}
.id-pro-nav-seron{display: block;}
/***
.id-pro-nav>li:first-child .id-pro-nav-ser>a:nth-child(1){background: url(../upload/images/HOT.png)96% center no-repeat;}
.id-pro-nav>li:first-child .id-pro-nav-ser>a:nth-child(2){background: url(../upload/images/HOT.png)96% center no-repeat;}
.id-pro-nav>li:first-child .id-pro-nav-ser>a:nth-child(3){background: url(../upload/images/HOT.png)96% center no-repeat;}

***/
.id-pro-more{display: block;color: #fff;font-size: 14px;text-align: center;line-height: 50px;background-color: #da251e;}
/*********产品展示-右**********/
.id-pro-right{float: left;width: 75%;}
.id-pro-box{float: left;width: 32%;margin-right: 2%;display: block;position: relative;margin-bottom: 24px;}
.id-pro-right>a:nth-child(3n){margin-right: 0;}
.id-pro-box img{width: 100%;}
.id-pro-box div{font-size: 15px;line-height: 36px;height: 36px; overflow: hidden;background-color: rgba(1,81,152,0.7); position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 10px;text-align: center;color: #fff;box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);}

.id-pro-nav-ser a:hover{color:#015198;}


@media(max-width:1259px){
	.id-pro-left{width: 23%;margin-right: 2%;}
	.id-pl-tit1 h1{font-size: 24px;line-height: 26px;}
	.id-pl-tit1 span{font-size: 12px;margin-top: 6px;}
	.id-pl-nav-tit{line-height: 36px;height: 36px}
	.id-pro-nav-ser a{line-height: 34px;height: 34px;}
	.id-pro-more{line-height: 36px;}
}

@media(max-width:991px){
	/*********产品展示-左**********/
	.id-pro-left{float: none;width: 100%;margin-right: 0;box-shadow: none;margin-bottom: 20px;background-color:transparent;}
	.id-pl-tit,.id-pro-nav-seron{display: none;}
	.id-pro-nav-ser a{background: none;padding: 0 10px;}
	.id-pro-nav{text-align: center;border-top: none;}
	.id-pro-nav>li{display: inline-block;border: 1px solid #015198;border-radius: 4px;overflow: hidden;margin-right: 5px;margin-bottom: 5px;}
	.id-pro-nav>li:last-child{border-color: #da251e;}
	.id-pro-more{padding: 0 15px;}
	
	/*********产品展示-右**********/
	.id-pro-right{float: none;width: 100%;}
	.id-pro-box{margin-bottom: 15px}
}

@media(max-width:650px){
	.id-pro-box{width: 49%;margin-bottom: 10px;}
	.id-pro-right>a:nth-child(3n){margin-right: 2%;}
	.id-pro-right>a:nth-child(2n){margin-right: 0;}
  .id-pro-right>a:last-child{display: none;}
}

@media(max-width:529px){
	
}
/**************************************************新闻资讯*******************************************/
.id-news-all{overflow: hidden;}
.id-news-left{float: left;width: 30%;margin-right: 2%;border-radius: 6px;}
/***********新闻资讯-right***********/
.id-news-right{float: left;width: 100%;}
.id-news-right>a:nth-child(9){border-bottom: 1px dashed #d2d2d2;}
.id-news-right>a:last-child{border-bottom: 1px dashed #d2d2d2;}
.id-news-right>a:nth-child(3n){margin-right: 0;}
.id-news-box{display: block;border-top: 1px dashed #d2d2d2;float: left;width: 32%;margin-right: 2%;}
.id-news-top{overflow: hidden;}
.id-news-top div{line-height: 45px;height: 45px;}
.id-news-tit{font-size: 16px;color: #000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float: left;width: calc(100% - 80px);font-weight: 600;}
.id-news-time{font-size: 12px;color: #999;float:right;text-align: right;width:70px;margin-right:10px;}
.id-news-txt{font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #666;margin-bottom: 10px;display: none;text-align: justify;}

.id-news-right>a:first-child .id-news-txt{display:block;}
.id-news-right>a:nth-child(2) .id-news-txt{display:block;}
.id-news-right>a:nth-child(3) .id-news-txt{display:block;}
.id-news-box:hover .id-news-tit{color: #1863ab;}
.id-news-box:hover{border-color:#1863ab;}

@media(max-width:1260px){
	.id-news-top div{line-height: 38px;height: 38px;}
	.id-news-txt{height: 26px;}
}

@media(max-width:991px){
	.id-news-left{clear: left;width: 100%;margin-right: 0%;margin-bottom: 20px;}
	.id-news-right{clear: left;width: 100%;}
	.id-news-txt{height: 52px;}
}
@media(max-width:600px){
    .id-news-right>a:nth-child(9){border-bottom: none;}
	.id-news-box{width: 100%;margin-right: 0%;clear: left;}
}

/*******************************index-footer*******************************/
/***************index-footer-nav****************/
.index-footer{background-color: #f5f5f5;margin-top: 30px;}
.id-footer-container{padding: 100px 15px 30px;position: relative;}
.id-footer-nav{position: absolute;left: 0;top: -30px;height: 60px;background: url(../upload/images/id-footer-nav.png)center center no-repeat;background-size: 80% 100%;width: 100%;text-align: center;}
.id-footer-nav a{display: inline-block;color: #fff;font-size: 16px;width: calc(100% / 8);line-height: 60px;}

/***************index-footer-link****************/
.id-footer{overflow: hidden;}
.id-footer-logo{float: left;width: 340px;border-right: 1px solid #999;padding-right: 40px;}
.id-footer-logo img{width: 200px;margin: 45px auto;}
.id-footer-logo2 span{font-size: 17px;color: #333;display: block;line-height: 20px;height: 20px;overflow: hidden;font-weight: bold;text-align: center;}
.id-footer-logo2 div{font-size: 8px;color: #999;line-height: 20px;height: 20px;overflow: hidden;text-align: center;}

.id-footer-beian{float: left;width: calc(100% - 500px);padding-left: 40px;}
.id-footer-beian a{font-size: 14px;color: #666; display: block;line-height: 30px;float: left;width: 50%;}
.id-footer-beian a:last-child{width: 100%;}

.id-footer-erweima{float: right;width:100px;}
.id-footer-erweima img{width: 100%;}
.id-footer-erweima div{font-size: 14px;line-height: 30px;color: #666;text-align: center;}

.page-in-footer .id-footer-beian{padding-top: 24px;}

.id-footer-nav a:hover{text-decoration: underline;}

@media(max-width:1259px){
	.id-footer-logo{width: 240px;}
	.page-in-footer .id-footer-beian{padding-top: 10px;}
	.id-footer-beian{width: calc(100% - 360px);}
}

@media(max-width:991px){
	.id-footer-nav a{font-size: 15px;}
	.id-footer-container{padding: 60px 15px 30px;}
	.id-footer-logo{width: 180px;padding-right: 20px;}
	.id-footer-logo img{width: 100%;}
	.id-footer-beian{width: calc(100% - 180px);padding-left: 20px;}
	.id-footer-logo2{display: none;}
	
	.page-in-footer .id-footer-logo{margin-top: 20px;}
	.page-in-footer .id-footer-logo img{margin: 10px auto;}
	.page-in-footer .id-footer-beian{padding-top: 5px;margin-top: 20px;}
	.id-footer-erweima{display: none;}
	
}

@media(max-width:767px){
	.index-footer{margin-top: 0;}
	.id-footer-container{padding: 30px 15px 30px;}
	.id-footer-nav{display: none;}
	.id-footer-logo{display: none;}
	.id-footer-beian{width: 100%;}
	
	
}

@media(max-width:700px){
	.id-footer-container{padding: 15px;}
	.id-footer-beian a{display: none;}
	.id-footer-beian a:last-child{display: block;text-align: center;}
}


.id-pro-link{text-align: center;}
.id-pro-link span,.id-pro-link a{color: #666;font-size: 14px;display: inline-block;margin-right: 5px;line-height: 26px;}

/*******************************友情链接*******************************/
.index-yq{padding: 10px 0;background-color: #015198;}
.yq{float: left;padding-right: 10px;width: calc(100% - 120px);}
.yq a{color: #fff;font-size: 14px;display: inline-block;margin-right: 5px;line-height: 26px;}
.yq-js{float: right;color: #fff;font-size: 12px;line-height: 26px;}
.yq-js a,.yq-js span{color: #fff;font-size: 12px;line-height: 26px;}
.yq a:hover{text-decoration: underline;}

@media(max-width:529px){
	.yq-js{display: none;}
	.yq{width: 100%;}
}

/***************************内页内边距控制************************/
.page-section{padding: 60px 0;}

@media(max-width:1259px){
	.page-section{padding: 50px 0;}
}
@media(max-width:991px){
	.page-section{padding: 40px 0;}
}
@media(max-width:767px){
	.page-section{padding: 30px 0;}
}


/**************************************************新闻列表页*******************************************/
.news-list-in{padding: 60px 0;}
.page-in-left{width: 20%;float: left;margin-right: 5%;}
.page-in-right{width:75%;float: right;}
/******新闻列表页-左上*****/
.nl-left-pro{margin-bottom: 40px;padding: 10px;border: 1px solid #e0e0e0;}
.nl-left-tit{font-size: 20px;padding: 20px 0;background-color: #d8323f;color:#fff;font-weight: bold;text-align: center;position: relative;}
.nl-left-tit img{position: absolute;right: 0;top: 0;display: block;}
.nl-left-pro>li{margin-top: 10px;}
.nl-left-box{font-size: 16px; line-height: 40px;height: 40px;overflow: hidden; display: block;text-align: left;color: #333;width: 100%;padding:0 10px;background-color:#e4e4e4;border-left: 5px solid #d8323f;cursor: pointer;}

.nl-left-box-in li{border: 1px dashed #999;margin-bottom: 10px;}
.nl-left-box-in li a{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;display: block;text-align: left;color: #333;width: 100%;border-radius:40px;padding-left: 10%;}
.nl-left-box-in{display: none; margin-bottom: 10px;margin-top: 10px;}

/******新闻列表页-左下*****/
.nl-left-cu{}
.nl-left-cu li b{font-size: 16px;}
.nl-left-cu li{font-size: 14px;line-height: 30px;color: #666;margin-bottom:10px;border-bottom: 1px dashed #999;}
.nl-left-cu div{margin-bottom: 10px;}


.nl-left-pro>li:hover .nl-left-box{color: #1e73be;border-color: #1e73be;}
.nl-left-box-in li:hover{border-color:#1e73be; }
.nl-left-box-in li:hover a{color:#1e73be;}
.nl-left-box-in li a:hover{color: #333;}

/**************************************************新闻-右*******************************************/
.page-in-right{}
.page-in-right table{line-height:30px;text-align:center;}
/*******新闻-右-标题********/
.nl-right-tit{overflow: hidden;margin: 0 0 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.nl-top-title{font-size: 22px; float: left;color: #333;font-weight: bold;}
.nl-top-right{float: right;color: #1e73be;}
.nl-top-right a{font-size: 13px; line-height: 31px;color: #2f63b6;display:block;float: left;}
/*******新闻-右-内容********/
.nl-right-list{padding: 10px 0;}
.nl-box-1{display: block;margin-bottom: 10px;padding: 0 5px; border-bottom: 1px dashed #999;}
.nl-box-1 div{line-height: 30px;}
.nl-box-1 div:first-child{float: left;color: #333;font-size: 16px;width: calc(100% - 100px);height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nl-box-1 div:last-child{float: right;color: #999;font-size: 14px;}

.nl-box-1:hover{}
.nl-box-1:hover div{color: #026bbc	;}

@media(max-width:1259px){
	.page-in-left{width: 26%;margin-right:4%;}
	.page-in-right{width:70%;}
}

@media(max-width:991px){
	.news-list-in{padding: 40px 0;}
	/*******新闻-左-********/
	.page-in-left{clear: left;width: 100%;margin-right: 0;}
	.nl-left-cu{display: none;}
	.nl-left-tit{display: none;}
	.nl-left-box-in{display: none;}
	.nl-left-pro{margin-bottom: 15px;}
	
	.nl-left-pro{overflow: hidden;padding: 0;box-shadow: none;border: none;}
	.nl-left-pro li{display: inline-block;margin-right: 5px;margin-bottom: 10px; padding: 10px 10px;background-color:#026bbc;border:1px solid #026bbc;border-radius: 4px;margin-top: 0;}
	.nl-left-pro li a{text-align: center;padding-left: 0;background: none;}
	.nl-left-box{padding: 0px;background:none;line-height: 16px;height: 16px;color: #fff;border: none;}
	.nl-left-pro li:hover .nl-left-box-in{display: none;}
	.nl-left-pro li:hover{background-color: transparent;}
	/*******新闻-右-********/
	.page-in-right{clear: right;width: 100%;}
	
}

@media (max-width: 767px){
	.nl-right-tit{padding: 0 0 5px;}
	.nl-left-box{font-size: 14px;}
	.nl-top-title{font-size: 20px;}
	.nl-top-right a{font-size: 12px; line-height: 28px;}
}

@media (max-width: 530px){
	.news-list-in{padding: 30px 0;}
	.nl-top-title span{font-size:17px;}
	.nl-top-right{display: none;}
	.nl-box-1 div:first-child{font-size: 14px;}
	.nl-box-1 div:last-child{font-size: 12px;}
	.nl-right-list {padding:0;}

	
}




/**************************************************新闻内页*******************************************/
/*************************************************新闻内页****************************************************/

.news-details-all{margin-bottom: 30px;}
.page-news-details-tit{text-align: center;font-size: 20px;color: #333;margin-bottom: 10px;font-weight: bold;}
.page-nd-a a{ font-size: 13px;color:#9f9f9f;margin: 0 5px;display:inline-block; }

.page-nd-content{font-size: 14px; padding: 10px 20px;text-align: justify;}


@media(max-width:767px){
	.page-news-details-tit{font-size: 18px;}
	.text-right p{font-size: 14px;line-height: 28px;}
	
}

@media(max-width:530px){
	.page-nav a{font-size: 12px;}
	
}


/**************************************************产品列表页*******************************************/

.page-left-second-nav{padding-top: 10px;display: none;}
.page-left-second-nav li {border: 1px dashed #333;margin-bottom: 10px;padding: 0 10px;background-color: #f5f5f5;}
.page-left-second-nav li a{padding: 11px 0; display: block;color: #666;}
.page-left-second-nav:nth-child(1)>li:nth-child(1){color:#f5f5f5;}
.page-left-second-nav:nth-child(1)>li:nth-child(2){color:#f5f5f5;}
.page-left-second-nav:nth-child(1)>li:nth-child(3){color:#f5f5f5;}

.pro-list-all{overflow: hidden;margin-top: 20px;}
.pl-in-box{width: 32%; display: block;margin-right: 2%;margin-bottom: 10px;float: left;border: 1px solid #e0e0e0;position: relative;}
.pro-list-all a:nth-child(3n){margin-right: 0;}
.pl-in-box img{width: 100%;}
.pl-in-box div{font-size: 16px;line-height: 36px;height: 36px;overflow: hidden;text-align: center;color: #fff;background-color: rgba(1,81,152,0.7);position: absolute;left: 0;bottom: 0;width: 100%;}



.pl-in-box:hover div{background-color: rgba(1,81,152,0.9);}
.nl-left-pro li a:hover{color:#0657a8;}

@media(max-width:991px){
	.nl-left-pro li:hover .page-left-second-nav{display: none;}
}

@media(max-width:650px){
	
	.pl-in-box{width: 49%;}
	.pro-list-all a:nth-child(3n){margin-right: 2%;}
	.pro-list-all a:nth-child(2n){margin-right: 0;}
	
}


@media(max-width:530px){
	.pl-in-box div{font-size: 14px;}
}


/*************************************************产品详情页****************************************************/
.pd-right-list{margin-bottom: 30px;}
.pd-title{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;text-align: center;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid #333;}
.pd-text p{font-size:16px;}

.pd-intro-nav{margin-bottom: 20px;font-size: 0;}
.pd-intro-nav span{font-size: 14px; display: inline-block;background-color: #e4e4e4;padding: 10px 20px;margin-right: 10px;margin-bottom: 10px;color: #333;cursor:pointer}
.pd-intro-nav .pd-intro-nav-on{background-color: #1e73be;color: #fff;}

.pd-intro-nav span:hover{background-color: #1e73be;color: #fff;}
.pd-intro-box{display: none;font-size: 14px;}
.pd-intro-box-on{display: block;}




@media(max-width:768px){
	.pd-title{font-size: 18px;}
	
}

@media(max-width:600px){
	.pd-intro-nav span{margin-right: 5px;margin-bottom: 5px;}
}

@media(max-width:530px){
	.pd-title,.pd-intro-tit span{font-size: 16px;}
	
}


/**************************************************单页******************************************/
.page-details-contect{margin-top:20px;}


@media(max-width:530px){
	.page-details-contect{margin-top:10px;}
}

/**************************************************单页-联系我们******************************************/
.page-contact{margin-top:20px;}
.cu-map{overflow-x: scroll;}
/********单页-联系我们.pc-com-1*******/
.pc-com-1{margin-bottom: 20px;overflow: hidden;}
.pc-com-1 li{font-size: 14px;line-height: 30px;color: #666;float: left;width: 50%;}
.pc-com-1 li:first-child{font-size: 20px;line-height: 40px;color: #2f63b6;font-weight: bold;width: 100%}
.pc-com-1 li:last-child{width: 100%}

@media(max-width:768px){
	.pc-com-1 li{clear: left;width: 100%;}
}

@media(max-width:530px){
	.page-contact{margin-top:10px;}
	.pc-com-1 div:first-child{font-size: 18px;line-height: 34px;}
	.pc-com-left div:first-child{font-size: 18px;line-height: 34px;}
}

/**************************************************单页-map******************************************/
#dituContent{width: 100%;height: 400px;margin-top: 20px;}
.cu-map{overflow-x: scroll;}

@media(max-width:992px){
	#dituContent{height: 350px;}	
}
@media(max-width:768px){
	#dituContent{height: 240px;width: 700px;}
	
}

/***********************************************page-nav*******************************************/
.page-in-nav{background-color: #f1f1f1;padding: 15px 0;}
.page-nav-in-left{float: left;line-height: 30px;}
.page-nav-in-left span{display:inline-block;}
.page-nav-in-left span:nth-child(1){font-size: 26px;color: #666;line-height: 30px;margin-right:5px;}
.page-nav-in-left span:nth-child(2){font-size: 18px;color: #999;line-height: 30px;letter-spacing: 1px;}

.page-in-nav-right{float: right;line-height: 30px;height: 30px;overflow: hidden; width: 176px;}
.page-in-nav-right a{font-size: 14px; color: #666; display: inline-block;line-height: 30px;}

.page-in-nav2{margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px dashed #ccc;}
.page-in-cage{font-size: 16px;padding: 10px 20px;margin-right: 10px;color: #666; display: inline-block;border: 2px solid #e4e4e4;position: relative;border-radius:6px;overflow: hidden;}
.page-in-cage-active{background: url(../upload/images/tu-position.png)right bottom no-repeat;background-size: 20px;border-color: #d8323f;}

.page-in-cage:hover{background: url(../upload/images/tu-position.png)right bottom no-repeat;background-size: 20px;border-color: #d8323f;}
.page-in-nav-right a:hover{color: #d8323f;}

@media(max-width:991px){
	.page-in-nav{padding: 10px 0;}
	.page-nav-in-left span:nth-child(1){font-size: 24px}
}

@media(max-width:767px){
	.page-in-nav2{margin-bottom: 30px;}
	.page-in-cage{font-size: 14px;}
	.page-nav-in-left span:nth-child(1){font-size: 22px}
	.page-nav-in-left span:nth-child(2){font-size: 16px;}
}

@media(max-width:460px){
	.page-in-nav-right{display: none;}
	.page-nav-in-left span:nth-child(1){font-size: 20px}
}

/********************内页推荐************************/
/***********产品-推荐TITLT*********/ 
.page-recomend-title{ overflow: hidden;margin-bottom: 30px;}
.page-recomend-title div{font-size: 22px;color: #333;float:left}
.page-recomend-title a{float: right;color: #ef7b00;font-size: 16px;padding: 2px 6px;}

/***********产品-推荐新闻*********/ 
.page-in-reconmend{overflow: hidden;margin-bottom: 30px;border: 1px solid #999;background-color: #fafafa;padding:10px 20px;}
.page-recom-news{overflow: hidden;}
.page-recom-news-box{float: left; width: 48%;display: block;overflow: hidden;line-height: 18px;height: 18px;margin-bottom: 15px;margin-right: 2%;}
.page-re-news-tit{font-size: 14px;padding-left: 5px; line-height: 18px;height: 18px;color: #333; overflow: hidden;float: left;width:calc(100% - 100px);}
.page-re-news-time{font-size: 14px;line-height: 18px;height: 18px;padding-right: 5px;  border-right: 1px solid #999;float: left;color: #999;}


/***********产品-推荐产品*********/ 
.page-recom-pro{overflow: hidden;}
.page-recom-pro-box{display: block;float: left;width: 18.4%;margin-right: 2%;}
.page-recom-pro a:last-child{margin-right: 0;}
.page-recom-pro-box img{width: 100%;}
.page-re-pro-tit{font-size: 14px;color:#666 ;text-align: center;margin-bottom: 10px;line-height: 40px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/***********新闻hover*********/ 
.page-recom-news-box:hover .page-re-news-tit{color:#d8323f;}
.page-recom-news-box:hover .page-re-news-time{color:#d8323f;}
.page-recom-pro-box:hover .page-re-pro-tit{color:#d8323f;}



@media(max-width:991px){
	.page-in-reconmend{display: none;}
}



/*******buttom*********/
.page-buttom1{text-align: center;margin-top: 30px;}
.page-buttom1 a{font-size: 12px;padding: 5px 10px; display: inline-block;margin: 0 2px;border: 1px solid #999;border-radius: 2px;color: #333;margin-bottom: 5px;}

.page-buttom1 .page-buttom1-active{border-color: #d8323f;background-color: #d8323f;color: #fff;}
.page-buttom1 a:hover{border-color: #d8323f;background-color: #d8323f;color: #fff;}


@media(max-width:767px){
	.page-buttom1{margin-top: 10px;}
}


/********************buttom按钮************************/
.page-buttom2{float: right;margin-top: 20px;}
.last,.next,.return{font-size: 14px; width:180px;;margin-bottom: 8px;padding: 5px 10px;line-height: 30px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;display:block;border: 1px solid #e4e4e4;border-radius: 4px; color: #666;}
.page-buttom2 .return{color: #fff;background-image: url(../upload/images/back.png);background-repeat: no-repeat;background-position: 20px 50%;background-color:#d8323f;padding-left: 60px;box-shadow: 0 0 5px 3px #e4e4e4;}

.next:hover{background-color:#d8323f;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}
.last:hover{background-color:#d8323f;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}



.nl-left-pro>li{position: relative;}
.page-more-img{position: absolute;top: 0;right: 0;height: 40px;width: 20px;background: url(../upload/more.png)center no-repeat;background-size: 10px auto;cursor: pointer;transition: 1s;}
@media(max-width:991px){
	.page-more-img{display: none;}
}



.page-left-second-nav li{position: relative;}
.page-left-second-nav li span{position: absolute;right: 5px;top: 0;line-height: 42px;color: red;font-weight: bold;display:none;}
/***
.nl-left-pro>li.page-pro-li .page-left-second-nav li span{display: none;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(1) span{display: block;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(2) span{display: block;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(3) span{display: block;}
***/
@media(max-width:991px){
	.nl-left-pro>li.page-pro-li .page-left-second-nav li span{display: none;}
}
.pd-text{text-align:center;}
.pd-text img{margin:0 auto;}
.pd-text img{max-width:500px;margin:0 auto;}
@media(max-width:600px){
	p img{width:100%;}
}                                                                               
                                                                               
